AnnObservableCollection Class Methods (original) (raw)
Summary
For a list of all members of this type, see AnnObservableCollection members
Public Methods
Name | Description | |
---|---|---|
![]() |
AddRange | Adds multiple items to the end of the collection. (Inherited from LeadCollection) |
![]() |
InsertRange | Inserts an item into the LeadCollection/ at the specified index. (Inherited from LeadCollection) |
![]() |
Move | Moves an item to a new index. |
![]() |
RemoveRange | Removes items from the LeadCollection/ at the specified index and count. (Inherited from LeadCollection) |
![]() |
ToArray | Gets the item of this collection as an array. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
ClearItems | Clears the collection. |
![]() |
InsertItem | Inserts an item into this collection. |
![]() |
InsertItemRange | Inserts an item into the LeadCollection/ at the specified index. (Inherited from LeadCollection) |
![]() |
MoveItem | Moves an item to a new index. |
![]() |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. (Inherited from LeadCollection) |
![]() |
OnCollectionChanged | Raises the CollectionChanged event with the provided arguments. |
![]() |
RemoveItem | Remove an item from the collection. |
![]() |
RemoveItemRange | Removes items from the LeadCollection/ at the specified index and count. (Inherited from LeadCollection) |
![]() |
SetItem | Sets an item in the collection with a new value. |